home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunday Savers: Sharing Fun! I Know My Savior Lives
/
Sunday Savers: Sharing Fun! I Know My Savior Lives.iso
/
pc
/
intro.dxr
/
00014.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2009-10-06
|
318 b
|
14 lines
on exitFrame me
global programTitle
startTimer()
repeat while the timer < (3 * 60)
go(the frame)
end repeat
regStatus = baReadRegString("Software\Covenant\" & programTitle, "Registration", "Error", "HKEY_LOCAL_MACHINE")
if regStatus = "Error" then
go("Register")
else
go("goOn")
end if
end